home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20000217-20000824 / 000227_news@columbia.edu _Tue Apr 25 13:36:39 2000.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@columbia.edu>
  2. Received: from watsun.cc.columbia.edu (watsun.cc.columbia.edu [128.59.39.2])
  3.     by uhaligani.cc.columbia.edu (8.9.3/8.9.3) with ESMTP id NAA15954
  4.     for <kermit.misc@cpunix.cc.columbia.edu>; Tue, 25 Apr 2000 13:36:39 -0400 (EDT)
  5. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.59.30])
  6.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id NAA04499
  7.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 25 Apr 2000 13:36:39 -0400 (EDT)
  8. Received: (from news@localhost)
  9.     by newsmaster.cc.columbia.edu (8.9.3/8.9.3) id NAA17481
  10.     for kermit.misc@watsun.cc.columbia.edu; Tue, 25 Apr 2000 13:14:51 -0400 (EDT)
  11. X-Authentication-Warning: newsmaster.cc.columbia.edu: news set sender to <news> using -f
  12. From: fdc@columbia.edu (Frank da Cruz)
  13. Subject: Re: Parity incorrectly reported, and RTS/CTS problem on Solaris 7 for 
  14. Date: 25 Apr 2000 17:14:47 GMT
  15. Organization: Columbia University
  16. Message-ID: <8e4jq7$h26$1@newsmaster.cc.columbia.edu>
  17. To: kermit.misc@columbia.edu
  18.  
  19. In article <3905CEAE.ED82A8C6@yk.rim.or.jp>,
  20. Ishikawa  <ishikawa@yk.rim.or.jp> wrote:
  21. : Attached is the memo I wrote after I tested C-kermit 7 on the
  22. : platforms. I am posting to the newsgroups since I think we need
  23. : volunteers to fill the gap. Kermit has been a great dependable tool
  24. : for me and would like to see it being so at least for the foreseeable
  25. : future and it is time to repay the debt, so to speak.
  26. : I am sure quite a f ew sun sysadmins  use kermit for daily jobs.
  27. And if not, why not? :-)
  28.  
  29. Thanks for the detailed report!  It's not conclusive but it looks like
  30. we can (and should) enable POSIX_CRTSCTS for all Solaris builds.  The
  31. only thing that bothers me is why nobody ever noticed flow-control
  32. failures before?  The Solaris version of C-Kermit has been using SVR4
  33. style RTS/CTS since 1992.
  34.  
  35. So maybe the failures occur only in conjunction with 8-data-bits+parity,
  36. which is a new feature of C-Kermit 7.0.  Do you also get failures when
  37. you don't also set hardware parity?
  38.  
  39. Unfortunately I don't have a Sun/Solaris workstation that I can test
  40. hands-on with a modem or breakout box or I could sort this out myself.
  41.  
  42. - Frank